home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import marvel.centralsmashdown.game.views.BackgroundPiece;
-
- [Embed(source="/_assets/assets.swf", symbol="BackgroundPiece")]
- public dynamic class BackgroundPiece extends marvel.centralsmashdown.game.views.BackgroundPiece
- {
-
-
- public function BackgroundPiece()
- {
- super();
- addFrameScript(0,frame1);
- }
-
- internal function frame1() : *
- {
- stop();
- }
- }
- }
-